Skip to content

mediumbear/LoggingInterceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LoggingInterceptor

Adding features to an existing iOS project? Can't figure out what screen belongs to what code? Let the App tell you!

Simply drag the LoggingInterceptor.m to your project, and whatever methods you are intererested in will emit a log message whever they execute.

LoggingInterceptor.m uses the Objective-C runtime to inject interceptor code into your App.
Please read the class comment in the source code, or risk your app being rejected by the App Store.
LoggingInterceptor.m must not be included in release builds.

The included project contains a sample to quickly see how things work.

About

Adding features to an existing iOS project? Can't figure out what screen belongs to what code? Let the App tell you!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors