mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
Activity: remove old debug prints
This commit is contained in:
parent
344058d475
commit
23feff7bbc
1 changed files with 0 additions and 7 deletions
|
@ -267,11 +267,6 @@ public class Activity extends ContextThemeWrapper implements Window.Callback, La
|
|||
|
||||
root_view = getLayoutInflater().inflate(layoutResID, null, false);
|
||||
|
||||
System.out.println("~~~~~~~~~~~");
|
||||
System.out.println(root_view.toString());
|
||||
System.out.printf("%x\n", root_view.id);
|
||||
System.out.println("~~~~~~~~~~~");
|
||||
|
||||
window.setContentView(root_view);
|
||||
onContentChanged();
|
||||
}
|
||||
|
@ -286,9 +281,7 @@ public class Activity extends ContextThemeWrapper implements Window.Callback, La
|
|||
}
|
||||
|
||||
public <T extends android.view.View> T findViewById(int id) {
|
||||
System.out.printf(TAG, "- findViewById - asked for view with id: %x\n", id);
|
||||
View view = window.findViewById(id);
|
||||
Slog.i(TAG, "- findViewById - found this: " + view);
|
||||
|
||||
return (T)view;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue