flutter: xCrash: Fix log string of xCrash log written

This commit is contained in:
Calcitem 2021-02-17 10:44:08 +08:00
parent 954108a467
commit e0a1f8273e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public class MainActivity extends FlutterActivity {
if (writer != null) {
try {
writer.close();
Log.d(TAG_XCRASH, "xCrash log written");
Log.d(TAG_XCRASH, "xCrash log files have been written");
} catch (Exception ignored) {
}
}