lazydroid/auto-update-apk-client

App crashes with "println needs a message" error

Closed this issue · 2 comments

Log function receives an empty message. This causes app the crash with "println 
needs a message" error

Unrooted, Asus Nexus 7 with Android 4.2.2

I have changed as below:

} else {
  if(e == null && !message.isEmpty()) android.util.Log.e(tag, message);
    else android.util.Log.e(tag, message, e);
}

Original issue reported on code.google.com by ufukto...@gmail.com on 26 Mar 2013 at 10:26

"println needs a message" usually means your project is somehow out of sync 
with IDE. Please, click "Project -> Clean" and choose your project from the 
list, if you are using Eclipse.

If you're not using eclipse, please, report the file and the line where the 
problem happens.

Thanks!

Original comment by lenik.terenin on 26 Mar 2013 at 10:44

closed after 2 weeks of inactivity, please reopen or create another ticket if 
you still need help.

Original comment by lenik.terenin on 8 Apr 2013 at 10:43

  • Changed state: WontFix