Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1985 from jianhan-he/master
Browse files Browse the repository at this point in the history
[iOS] fix apm log crash
  • Loading branch information
wqyfavor authored Jan 2, 2019
2 parents 32be2e5 + 77a167c commit 8ffcb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Monitor/WXAnalyzerCenter.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ + (instancetype) sharedInstance{

+ (void) transferPerformance:(NSString*)instanceId withType:(NSString*) type andKey:(NSString*) key andValue:(id)value
{
if (![self isOpen]) {
if (![self isOpen] || !instanceId) {
return;
}

Expand Down

0 comments on commit 8ffcb75

Please sign in to comment.