coldblue / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

App crashes with "println needs a message" error #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
"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

GoogleCodeExporter commented 9 years ago
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