-
Notifications
You must be signed in to change notification settings - Fork 27
Home
improti edited this page Oct 3, 2015
·
3 revisions
Welcome to the MyOwnNotes wiki!
If any of you is having problems and is new to debugging, here some steps to analyse (very basic but I didn't know before, so ...):
-
Install adb (the Android Debug Bridge) like
apt-get install adb
-
Connect your mobile to the machine with USB-debugging enabled and the screen unlocked
-
Start logcat in a shell-window like
adb logcat
-
Start the OwnNotesApp or generally perform the step causing a problem on your mobile and watch the output in the shell window. Note that you probably should turn on the "long logcat output" option in the settings of the app.
For example you can see if the app connects at all, what URL it is querying and what content it received.