RuntimeException here = new RuntimeException("here");
here.fillInStackTrace();
android.util.Log.w("aaaa", "------------------------------------------------------");
android.util.Log.w("aaaa", "Called: " + this, here);
here.fillInStackTrace();
android.util.Log.w("aaaa", "------------------------------------------------------");
android.util.Log.w("aaaa", "Called: " + this, here);