调整日志输出格式
调整个人名片-工会大小
This commit is contained in:
parent
93ac837148
commit
af39c4bac0
@ -31,7 +31,7 @@ public class LogUtils {
|
|||||||
String[] exec = new String[]{"logcat", "-c"};
|
String[] exec = new String[]{"logcat", "-c"};
|
||||||
Runtime.getRuntime().exec(exec).waitFor();
|
Runtime.getRuntime().exec(exec).waitFor();
|
||||||
|
|
||||||
exec = new String[]{"logcat", "-v", "-d", "time"};
|
exec = new String[]{"logcat", "-v", "color", "-D"};
|
||||||
|
|
||||||
Process process = Runtime.getRuntime().exec(exec);
|
Process process = Runtime.getRuntime().exec(exec);
|
||||||
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
|
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
|
||||||
|
@ -231,7 +231,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/btn_union"
|
android:id="@+id/btn_union"
|
||||||
android:layout_width="88dp"
|
android:layout_width="75dp"
|
||||||
android:layout_height="23dp"
|
android:layout_height="23dp"
|
||||||
android:layout_marginStart="6dp"
|
android:layout_marginStart="6dp"
|
||||||
android:background="@drawable/bg_user_card_guard"
|
android:background="@drawable/bg_user_card_guard"
|
||||||
|
Loading…
Reference in New Issue
Block a user