Disabled adding classifier data to debug info

This commit is contained in:
M66B 2021-02-10 09:57:48 +01:00
parent 26859ca53f
commit 1411c04d6f
1 changed files with 2 additions and 2 deletions

View File

@ -1305,8 +1305,8 @@ public class Log {
attachLogcat(context, draft.id, 6);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
attachNotificationInfo(context, draft.id, 7);
if (MessageClassifier.isEnabled(context))
attachClassifierData(context, draft.id, 8);
//if (MessageClassifier.isEnabled(context))
// attachClassifierData(context, draft.id, 8);
EntityOperation.queue(context, draft, EntityOperation.ADD);