I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b601722b authored by str4d's avatar str4d
Browse files

Removed temp changes

parent 14e1a2dc
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,9 @@ public abstract class Util {
public static void i(String m, Throwable t) {
I2PAppContext ctx = I2PAppContext.getCurrentContext();
/*if (ctx != null)
if (ctx != null)
ctx.logManager().getLog(Util.class).log(Log.INFO, m, t);
else*/ if (t != null)
else if (t != null)
android.util.Log.i(ANDROID_TAG, m + ' ' + t + ' ' + android.util.Log.getStackTraceString(t));
else
android.util.Log.i(ANDROID_TAG, m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment