修改
This commit is contained in:
parent
112398d2af
commit
e185710b42
@ -12,6 +12,11 @@
|
|||||||
#import "server/MySimpleServer.h"
|
#import "server/MySimpleServer.h"
|
||||||
#import "server/FloatingWindow.h"
|
#import "server/FloatingWindow.h"
|
||||||
|
|
||||||
|
__attribute__((constructor)) static void SetupXSLog() {
|
||||||
|
XSLogSetupLogWithFilePath(@"/var/mobile/Documents/AppRunMain.log", 50 * 1024 * 1024);
|
||||||
|
XSLogRedirectNSLog();
|
||||||
|
}
|
||||||
|
|
||||||
@interface UIWindow (FloatingWindow)
|
@interface UIWindow (FloatingWindow)
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user