SAMSUNG Galaxy で 画像ファイルを非ヒープ領域に展開すると謎のメッセージが出る?

Forum | SAMSUNG Developers

 Each time I open an image on the tablet I get a LogCat entry of: 
I/System.out(4477): Not a DRM File, opening notmally

The message type is "I" or Info, which is above Debug, meaning if I try to filter it out, I loose all my debug messages.

1) Is this important? should I be changing my code in light of this message (does not appear on non-samdung devices)
2) There is a spelling mistake in publicly available message!!
3) Can I turn these message off (if the answer to (1) is no)
4) Can I make these V or Verbose to alloe me to filter them out?
5) Can I filter them in Eclipse in some other way?

final BitmapFactory.Options options = new BitmapFactory.Options();
options.inJustDecodeBounds = true;

BitmapFactory.decodeFile(path, options);

実行コード

21
確かに出るっすね。
Not a DRM file, opening notmally

Tag buddy not working notmally ?! | Samsung Galaxy Note 3

Galaxy S2/S3/Tab 辺り Android 4.x の端末で出るんだとか

Samsung 端末は、端末に入ってるDRMファイルの情報独自に収集してなんかしてるんかしら・ω・?
ちょっと気になりますよね

おすすめ

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です