mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "log packageName in researchLogger on startup"
This commit is contained in:
commit
f000a5cd5a
@ -533,6 +533,8 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||
if (UnsLogGroup.LATINIME_ONSTARTINPUTVIEWINTERNAL_ENABLED) {
|
||||
final StringBuilder builder = new StringBuilder();
|
||||
builder.append("onStartInputView: editorInfo:");
|
||||
builder.append("\tpackageName=");
|
||||
builder.append(editorInfo.packageName);
|
||||
builder.append("\tinputType=");
|
||||
builder.append(Integer.toHexString(editorInfo.inputType));
|
||||
builder.append("\timeOptions=");
|
||||
|
Loading…
Reference in New Issue
Block a user