am dac95750: Merge "Fix for b/4126103: Segfault in widevine DRM plugin when sending DRM event" into honeycomb-mr1
* commit 'dac957507c88a85af84633f6ce6ad2a69e33b016': Fix for b/4126103: Segfault in widevine DRM plugin when sending DRM event
This commit is contained in:
@@ -128,7 +128,8 @@ void WVMDrmPlugin::SendEvent(WVDRMPluginAPI::EventType type, const std::string &
|
||||
}
|
||||
|
||||
if (sOnInfoListener) {
|
||||
DrmInfoEvent event(sUniqueId, code, String8(path.c_str()));
|
||||
String8 msg = String8(path.c_str());
|
||||
DrmInfoEvent event(sUniqueId, code, msg);
|
||||
sOnInfoListener->onInfo(event);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user