log packageName in researchLogger on startup
Bug: 6188932 Change-Id: I85f434bf284d6b481893f7d41c884a4f0c57ce49main
parent
8fafe2ce2d
commit
623118fe48
|
@ -533,6 +533,8 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||||
if (UnsLogGroup.LATINIME_ONSTARTINPUTVIEWINTERNAL_ENABLED) {
|
if (UnsLogGroup.LATINIME_ONSTARTINPUTVIEWINTERNAL_ENABLED) {
|
||||||
final StringBuilder builder = new StringBuilder();
|
final StringBuilder builder = new StringBuilder();
|
||||||
builder.append("onStartInputView: editorInfo:");
|
builder.append("onStartInputView: editorInfo:");
|
||||||
|
builder.append("\tpackageName=");
|
||||||
|
builder.append(editorInfo.packageName);
|
||||||
builder.append("\tinputType=");
|
builder.append("\tinputType=");
|
||||||
builder.append(Integer.toHexString(editorInfo.inputType));
|
builder.append(Integer.toHexString(editorInfo.inputType));
|
||||||
builder.append("\timeOptions=");
|
builder.append("\timeOptions=");
|
||||||
|
|
Loading…
Reference in New Issue