提交 f701a02f 编写于 作者: J jackjintai

modify:

[Android]-通过auto_server代替反射创建kit
上级 fa8dfa9d
......@@ -37,10 +37,10 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
// compileOptions {
// sourceCompatibility JavaVersion.VERSION_1_8
// targetCompatibility JavaVersion.VERSION_1_8
// }
kotlinOptions {
jvmTarget = "1.8"
......
package com.didichuxing.doraemonkit.kit.loginfo.helper;
import com.didichuxing.doraemonkit.util.LogHelper;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
......@@ -58,7 +56,7 @@ public class LogcatHelper {
} finally {
if (dumpLogcatProcess != null) {
RuntimeHelper.destroy(dumpLogcatProcess);
// LogHelper.d(TAG,"destroyed 1 dump logcat process");
// LogHelper.d(TAG,"destroyed 1 dump logcat process");
}
}
......
......@@ -13,6 +13,9 @@ import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
/**
* https://github.com/plusCubed/matlog
*/
public class LogcatReaderLoader implements Parcelable {
public static final Parcelable.Creator<LogcatReaderLoader> CREATOR = new Parcelable.Creator<LogcatReaderLoader>() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册