SAMSUNG Galaxy で 画像ファイルを非ヒープ領域に展開すると謎のメッセージが出る?
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) |
final BitmapFactory.Options options = new BitmapFactory.Options();
options.inJustDecodeBounds = true;
BitmapFactory.decodeFile(path, options); |
実行コード
確かに出るっすね。
Not a DRM file, opening notmally
Tag buddy not working notmally ?! | Samsung Galaxy Note 3
Galaxy S2/S3/Tab 辺り Android 4.x の端末で出るんだとか
Samsung 端末は、端末に入ってるDRMファイルの情報独自に収集してなんかしてるんかしら・ω・?
ちょっと気になりますよね
Comments