Merge "Add LOG_TAGs to drm hal default modules"
This commit is contained in:
commit
a35e6e8239
6 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.drm@1.0-impl"
|
||||
|
||||
#include "CryptoFactory.h"
|
||||
#include "CryptoPlugin.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.drm@1.0-impl"
|
||||
|
||||
#include "CryptoPlugin.h"
|
||||
#include "TypeConvert.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.drm@1.0-impl"
|
||||
|
||||
#include "DrmFactory.h"
|
||||
#include "DrmPlugin.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.drm@1.0-impl"
|
||||
|
||||
#include <utils/KeyedVector.h>
|
||||
#include <utils/String8.h>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#define LOG_TAG "android.hardware.drm@1.0-impl"
|
||||
|
||||
#include "TypeConvert.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "android.hardware.drm@1.0-service"
|
||||
|
||||
#include <1.0/default/CryptoFactory.h>
|
||||
|
|
Loading…
Reference in a new issue