Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Add very simple example application log data
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Mar 24, 2013
1 parent 577da0a commit 19fefb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Classes/HockeySDKMacDemoAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ @implementation HockeySDKMacDemoAppDelegate

#pragma mark - BITCrashReportManagerDelegate

-(NSString *)crashReportApplicationLog {
return @"test";
}

// set the main nibs window to hidden on startup
// this delegate method is required to be implemented!
- (void) showMainApplicationWindow {
Expand Down

0 comments on commit 19fefb4

Please sign in to comment.