From 9308577aa579e5e6e7723830ca9c38cac1e62988 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:46:07 +0800
Subject: [PATCH] 百度地图文件

---
 screendisplay/screendisplay/AppDelegate.m |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/screendisplay/screendisplay/AppDelegate.m b/screendisplay/screendisplay/AppDelegate.m
index f00d6d4..87dcc61 100644
--- a/screendisplay/screendisplay/AppDelegate.m
+++ b/screendisplay/screendisplay/AppDelegate.m
@@ -83,7 +83,7 @@
     } else {
         NSLog(@"���������������������������");
     }
-    BOOL ret = [_mapManager start:@"ttRqY29ZUoGCWOPNChnDLmIBgGl8yELl" generalDelegate:self];
+    BOOL ret = [_mapManager start:@"PGtisoyeerNjiDtFZou4oUhQurGiaaPN" generalDelegate:self];
     if (!ret) {
         NSLog(@"manager start failed!");
     }
@@ -104,12 +104,14 @@
 
 
 - (void)applicationDidEnterBackground:(UIApplication *)application {
+    NSSetUncaughtExceptionHandler(&getException);
     // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
     // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
 }
 
 
 - (void)applicationWillEnterForeground:(UIApplication *)application {
+    NSSetUncaughtExceptionHandler(&getException);
     // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
 }
 

--
Gitblit v1.8.0