Skip to content

Commit ac00bae

Browse files
committed
Adding SETTINGS log tag and logging unknown language code error
1 parent 26983b7 commit ac00bae

File tree

1 file changed

+1
-1
lines changed
  • WordPressUtils/src/main/java/org/wordpress/android/util

1 file changed

+1
-1
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/AppLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class AppLog {
1717
// T for Tag
1818
public enum T {READER, EDITOR, MEDIA, NUX, API, STATS, UTILS, NOTIFS, DB, POSTS, COMMENTS, THEMES, TESTS, PROFILING,
19-
SIMPERIUM, SUGGESTION, MAIN}
19+
SIMPERIUM, SUGGESTION, MAIN, SETTINGS}
2020
public static final String TAG = "WordPress";
2121
public static final int HEADER_LINE_COUNT = 2;
2222

0 commit comments

Comments
 (0)