Skip to content
improti edited this page Oct 3, 2015 · 3 revisions

Welcome to the MyOwnNotes wiki!

Analysing Problems

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 ...):

  1. Install adb (the Android Debug Bridge) like apt-get install adb

  2. Connect your mobile to the machine with USB-debugging enabled and the screen unlocked

  3. Start logcat in a shell-window like adb logcat

  4. 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.

Clone this wiki locally