-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added debug button #15
Conversation
Hi Dimitry, I'm having this exception when I try to press the "Debug On" button: D/StatusBarPolicy( 1377): ABSENT no DATA_CONNECTED |
I've found the problem. Solving now. |
hi Dimitry, i found another exception when I change the layout (turn phone), i get this: I/ActivityManager( 1377): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=2/1/1 nav=2/1 orien=1 layout=17 uiMode=17 seq=140} any idea what is happening? |
I start the app, wait for load screen, eventually the login screen comes. I click the first input field, but it's not getting focused, I can not type anything and the keyboard does not come up. I researched and found that the problem is related to focus. this article explains it: http://stackoverflow.com/questions/2083909/why-is-android-webview-refusing-user-input |
When debug mode on in log i've read this message: |
I can't reproduce bug with focus. So, i made changes as described at stackoverflow |
Debugging on an old phone, I found that the app always crashes. I see one line in there: "Unexpected resume of packagename while already resumed". Which seems to be related to view interaction. I'm not sure yet, will research more. I/ActivityManager( 1184): Displayed activity org.btc4all.btc2sms/.ui.LogView: 317 ms (total 601 ms) |
I thought that this options should appear in debug view. Ok, i'll revome them from menu. Where they should be? Or nowhere? |
nowhere is fine, the views are irrelevant for our usecases. (sry for the late response, I was traveling in Philippines without internet) |
testing on LG-C550, with android 2.2.2 found following exception E/AndroidRuntime(29244): FATAL EXCEPTION: main |
fixed crashes involving debug button.
No description provided.