TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Spying on Android events without modifying source code

42 pointsby kalmarover 8 years ago

1 comment

pawaduover 8 years ago
I wonder if you can achieve the same thing by inserting a debug class that replaces the original parent. That is, change the code to go from<p><pre><code> View &lt;-- MyView </code></pre> to<p><pre><code> View &lt;-- DebugView &lt;-- MyView </code></pre> You might even be able to do this without decompiling the code.
评论 #12654456 未加载
评论 #12637367 未加载
评论 #12635373 未加载