Commit ad11fbfe authored by wanglei's avatar wanglei

混淆前脚本定位

parent 6418e2c6
package com.base.easyfilemanager.helps package com.base.easyfilemanager.helps
import android.view.View import android.view.View
import org.json.JSONObject
import java.text.SimpleDateFormat import java.text.SimpleDateFormat
import java.util.Locale import java.util.Locale
...@@ -40,8 +39,6 @@ object KotlinExt { ...@@ -40,8 +39,6 @@ object KotlinExt {
var view: View? = this var view: View? = this
while (view != null) { while (view != null) {
try { try {
val obj = JSONObject()
obj.put("view_id", resources.getResourceEntryName(view.id))
break break
} catch (_: Exception) { } catch (_: Exception) {
view = view.parent as? View view = view.parent as? View
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment