Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a35e6e82 authored by Jeff Tinker's avatar Jeff Tinker Committed by Android (Google) Code Review
Browse files

Merge "Add LOG_TAGs to drm hal default modules"

parents e5b22717 972a3e32
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
#define LOG_TAG "android.hardware.drm@1.0-impl"


#include "CryptoFactory.h"
#include "CryptoFactory.h"
#include "CryptoPlugin.h"
#include "CryptoPlugin.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
#define LOG_TAG "android.hardware.drm@1.0-impl"


#include "CryptoPlugin.h"
#include "CryptoPlugin.h"
#include "TypeConvert.h"
#include "TypeConvert.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
#define LOG_TAG "android.hardware.drm@1.0-impl"


#include "DrmFactory.h"
#include "DrmFactory.h"
#include "DrmPlugin.h"
#include "DrmPlugin.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
#define LOG_TAG "android.hardware.drm@1.0-impl"


#include <utils/KeyedVector.h>
#include <utils/KeyedVector.h>
#include <utils/String8.h>
#include <utils/String8.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
 * See the License for the specific language governing permissions and
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * limitations under the License.
 */
 */
#define LOG_TAG "android.hardware.drm@1.0-impl"


#include "TypeConvert.h"
#include "TypeConvert.h"


Loading