Skip to content

Commit

Permalink
chore: add log (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs authored Sep 25, 2024
1 parent f800876 commit c9af99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/feature/kancolle/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ class KancolleData {
String source = rawData.source;
String data = rawData.data;
String path = source.split("kcsapi").last;
FirebaseCrashlytics.instance.log('$path request: ${jsonEncode(rawData.params)}');
FirebaseCrashlytics.instance.log('$path data: $data');
KancolleData newData = copyWith();
try {
Expand Down

0 comments on commit c9af99f

Please sign in to comment.