Back to project page iwannawatch-android.
The source code is released under:
MIT License
If you think the Android project iwannawatch-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.meoyawn.iwannawatch; /*from w w w . j ava 2 s . c o m*/ import com.crittercism.app.Crittercism; import timber.log.Timber; /** * Created by adel on 2/1/14 */ public class CrashReportingTree extends Timber.HollowTree { @Override public void e(Throwable t, String message, Object... args) { Crittercism.logHandledException(t); } }