Skip to content

Commit

Permalink
Signed-off-by: JnuSimba <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
JnuSimba committed Apr 10, 2017
1 parent 15b477e commit ac0039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android应用安全/Android Logcat Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public final static boolean DEBUG = true;
* intent.setData(URL)的URL
![](../pictures/androidcat11.png)

5、即使不用System.out/err 程序也有可能输出相关信息,如使用 `Exception.printStackTrace() `
5、即使不用System.out/err 程序也有可能输出相关信息,如使用 `Exception.printStackTrace() `
6、ProGuard 不能移除如下log:("result:" + value).
`Log.d(TAG, "result:" + value); `

Expand Down

0 comments on commit ac0039c

Please sign in to comment.