Skip to content

Commit

Permalink
Update AndroidLogDownloadFromNode.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored Dec 24, 2024
1 parent 90d996c commit 46f24fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/java/AndroidLogDownloadFromNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void AndroidLogDownloadFromNode::FinishLogDownloadFromNode(void * context, CHIP_
jint jFabricIndex = self->mController->GetFabricIndex();
jlong jremoteNodeId = self->mRemoteNodeId;

VerifyOrExit(env != nullptr, ChipLogError(Test, "Could not get JNIEnv for current thread"));
VerifyOrExit(env != nullptr, ChipLogError(Controller, "Could not get JNIEnv for current thread"));

if (err == CHIP_NO_ERROR)
{
Expand Down

0 comments on commit 46f24fe

Please sign in to comment.