瀏覽代碼

app delegate: minor QuincyKit API update

Felix Paul Kühne 11 年之前
父節點
當前提交
5f6491b3ba
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Sources/VLCAppDelegate.m

+ 1 - 0
Sources/VLCAppDelegate.m

@@ -64,6 +64,7 @@
     [quincyManager setSubmissionURL:@"http://crash.videolan.org/crash_v200.php"];
     [quincyManager setDelegate:self];
     [quincyManager setShowAlwaysButton:YES];
+    [quincyManager startManager];
 
     /* clean caches on launch (since those are used for wifi upload only) */
     NSArray *searchPaths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);